projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
693416f
)
fsl_esdhc: fix wrong clock mask
author
Li Yang
<
[email protected]
>
Thu, 7 Jan 2010 08:00:13 +0000
(16:00 +0800)
committer
Kumar Gala
<
[email protected]
>
Tue, 26 Jan 2010 04:13:26 +0000
(22:13 -0600)
Fix typo in SYSCTL_CLOCK_MASK, which caused residual in high bits of SDCLKFS.
Signed-off-by: Jin Qing <
[email protected]
>
Signed-off-by: Li Yang <
[email protected]
>
Signed-off-by: Kumar Gala <
[email protected]
>
include/fsl_esdhc.h
patch
|
blob
|
history
diff --git
a/include/fsl_esdhc.h
b/include/fsl_esdhc.h
index 89b8304d5f7b7b24184b9812abf4f034579dcf8a..eac6a2bd4843821204e006bd393e3f0a46a4d128 100644
(file)
--- a/
include/fsl_esdhc.h
+++ b/
include/fsl_esdhc.h
@@
-32,7
+32,7
@@
#define SYSCTL 0x0002e02c
#define SYSCTL_INITA 0x08000000
#define SYSCTL_TIMEOUT_MASK 0x000f0000
-#define SYSCTL_CLOCK_MASK 0x0000
0fff
+#define SYSCTL_CLOCK_MASK 0x0000
fff0
#define SYSCTL_PEREN 0x00000004
#define SYSCTL_HCKEN 0x00000002
#define SYSCTL_IPGEN 0x00000001